runtime.g.asyncSafePoint (field)
8 uses
	runtime (current package)
		debugcall.go#L155: 		gp.asyncSafePoint = true
		debugcall.go#L200: 	gp.asyncSafePoint = false
		mgcmark.go#L874: 	if debugScanConservative && gp.asyncSafePoint {
		preempt.go#L304: 	gp.asyncSafePoint = true
		preempt.go#L310: 	gp.asyncSafePoint = false
		proc.go#L4185: 	if gp.asyncSafePoint {
		runtime2.go#L470: 	asyncSafePoint bool
		stack.go#L1166: 	if gp.asyncSafePoint {
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |